CIMPLICITY Configuration REST API Web Service
CIMPLICITY Configuration REST API Web Service / All Operations Resource Group / /projects/{projectId}/classes (Get)
In This Topic
    Get/projects/{projectId}/classes
    In This Topic
    Description
    returns the list of classes in a project
    Parameters
    NameDescriptionData Type
    the id of the project to look instring
    number of records to skip for paginationinteger (int32)
    maximum number of records to returninteger (int32)
    200 Response

    The response body is of type Array[scadaClass].

    search results matching criteria

    Overview

    Array[scadaClass]
    scadaClass
    CIMPLICITY class definition
    classId : string
    description : string
    classVersion : integer
    dataItems : Array[dataItem]
    dataItemId : string
    dataType : string
    numElements : integer
    description : string
    compositeMembers : Array[compositeMember]
    memberId : string
    classId : string
    description : string
    Fault Responses
    FaultDescription
    This fault returns a response body of type ProblemDetails.
    project with the given id is not registered on the system
    Remarks
    By passing a registered project id you can get a list of classes in this project
    See Also